void ResizeView(int sx,int sy)
Parameter | Type | Description |
---|---|---|
sx | int | new size in x |
sy | int | new size in y |
None
This is the OpenGL implementation for the render base class virtual function.
This function is used when the render view changes its size. It resizes the render view to the new dimensions defined by the sx and sy parameters.